From dee666f5152aac25ff600d137b948cc1c2e572a6 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Thu, 13 Apr 2017 19:38:53 +0200 Subject: [PATCH] style entry-tags https://bugzilla.gnome.org/show_bug.cgi?id=781214 --- gtk/theme/Adwaita/_common.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 31fdde75f5..d971ac7220 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -427,6 +427,17 @@ treeview entry { } } +.entry-tag { + @include button(undecorated); + background-color: darken($base_color,10%); + + &:hover { background-color: $base_color; } + + .button { + @include button(undecorated); + background-color: transparent; + } +} /*********** * Buttons * -- 2.30.2